/************* Display Page with gray shading when page process ***/
.imgwait
{
    border-style: none;
    background-image: url('imgwait.gif');
    background-repeat: no-repeat;
    width: 15px;
    height: 13px;
    padding-top: 4px;
}
.bgDiv
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 500;
}
.overlay
{
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 10000;
    text-align: center;
    vertical-align: bottom;
    margin-top: -30px; /* make this half your image/element height */
    margin-left: -30px;
    font-family: Arial, Verdana;
    font-size: 12px;
}
/************* End of display page with gray shading when page process */




/*************************** Page Control ******************************/
.divHeaderText
{
    color: #E39309;
    font-weight: bold;
    font-size: medium;
    padding: 6px;
    background-color: #FCD99D;
}
.divSubHeadText
{
    color: #E39309;
    font-weight: bold;
    font-size: medium;
    background-color: #FCD99D;
    text-align: center;
    padding: 1px 5px 3px;
    width: 100%;
}
.txtRequired
{
    padding: 1px;
    border: 1.0px inset #000000;
    background-color: #FFFFA8;
}
.txtBorder
{
    padding: 1px;
    border: 1.0px inset #000000;
}
.ddlRequired
{
    padding: 1px;
    border: 1.0px inset #000000;
    background-color: #FFFFA8;
}
.ddlBorder
{
    padding: 1px;
    border: 1.0px inset #000000;
}
.EmptySmallestRow
{
    height: 2.5px;
}
.EmptySmallRow
{
    height: 5px;
}
.EmptyRow
{
    height: 10px;
}
.Table
{
    font-size: 0.8em;
    font-family: Arial;
    padding: 10px;
}
.Table p
{
    border-bottom: 2px solid #FCD99D;
    margin: 10px;
    padding: 0;
    height: 25px;
    display: none;
}
.TableFooterRow
{
    height: 5px;
}
.SubTable
{
    border: 1px solid #FCD99D;
    color: #053585;
}

.Menubackground
{
    border-bottom: solid 0px #FCD99D;
    background: #FCD99D;
    color: #E39309;
}
.Menubackground a
{
    color: #E39309;
}
.MenuBottomStrip
{
    font-family: Arial;
    font-size: 13px;
    text-align: right;
    padding-top: 0px;
}
.MenuTitle
{
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    padding-top: 13px;
    vertical-align: bottom;
}
.MenuTitle span
{
    background: white;
    border: solid 1px #E39309;
    color: #E39309;
    padding-right: 5px;
    padding-left: 5px;
}
/********************** End of Page Control *************************/


/********************** Menu Control ********************************/
#menuh
{
    font-size: 14px;
    font-family: arial; /*, verdana, sans-serif;*/
    height: 20px;
    vertical-align: middle;
    top: 15px;
}

#menuh a
{
    text-align: left;
    display: block; /*	border: 1px solid #0040FF; */ /*border: 1px solid #3366CC;*/
    white-space: nowrap;
    padding: 5px;
    height: 15px;
}

#menuh a:link, #menuh a:visited, #menuh a:active, li ul li a:hover
{
    color: #E39309; /*background-color: #0040FF;*/ /* royal blue */ /*background-color: #002B3B;*/
    background-color: #FCD99D;
    text-decoration: none;
}

#menuh a.top_parent, #menuh a.top_parent:hover
{
    background-position: right center;
    background-repeat: no-repeat;
    font-family: arial; /*, verdana, sans-serif;*/
    font-size: 16px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
    padding: 0px 10px 0px 10px;
}


#menuh a.parent, #menuh a.parent:hover /* attaches side-arrow to all parents */
{
    background-position: right center;
    background-repeat: no-repeat;
}

#menuh ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left; /*width: 9em;*/ /* width of all menu boxes */ /* NOTE: For adjustable menu boxes you can comment out the above width rule. 	     However, you will have to add padding in the "#menh a" rule so that the menu boxes 	will have space on either side of the text -- try it */
}

#menuh li
{
    font-weight: bold;
}
#menuh li ul li
{
    border-bottom: 1px solid white;
    font-weight: normal;
}

#menuh ul ul
{
    position: absolute;
    z-index: 500;
    top: auto;
    display: none;
    padding: 0;
}

div#menuh li:hover
{
    cursor: pointer;
    z-index: 100;
}

div#menuh li:hover ul ul, div#menuh li li:hover ul ul, div#menuh li li li:hover ul ul, div#menuh li li li li:hover ul ul
{
    display: none;
}

div#menuh li:hover ul, div#menuh li li:hover ul, div#menuh li li li:hover ul, div#menuh li li li li:hover ul
{
    display: block;
}

/********************** Menu Control ********************************/
